net/http.http2priorityNode.parent (field)
9 uses
net/http (current package)
h2_bundle.go#L10965: parent *http2priorityNode
h2_bundle.go#L10974: if n.parent == parent {
h2_bundle.go#L10978: if parent := n.parent; parent != nil {
h2_bundle.go#L10991: n.parent = parent
h2_bundle.go#L11007: for ; n != nil; n = n.parent {
h2_bundle.go#L11222: for x := parent.parent; x != nil; x = x.parent {
h2_bundle.go#L11224: parent.setParent(n.parent)
h2_bundle.go#L11310: k.setParent(n.parent)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |